home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / RescueCenter.exe / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Text File  |  2008-10-30  |  4KB  |  175 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 374
  3.   Top = 83
  4.   ActiveControl = btnOk
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Restore Center Settings'
  8.   ClientHeight = 476
  9.   ClientWidth = 422
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     422
  22.     476)
  23.   PixelsPerInch = 96
  24.   TextHeight = 16
  25.   object btnOk: TButton
  26.     Left = 242
  27.     Top = 442
  28.     Width = 80
  29.     Height = 25
  30.     Anchors = [akRight, akBottom]
  31.     Caption = 'Ok'
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object btnCancel: TButton
  36.     Left = 332
  37.     Top = 442
  38.     Width = 80
  39.     Height = 25
  40.     Anchors = [akRight, akBottom]
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 1
  45.   end
  46.   object pcMain: TPageControl
  47.     Left = 8
  48.     Top = 6
  49.     Width = 405
  50.     Height = 427
  51.     ActivePage = tsGeneral
  52.     Anchors = [akLeft, akTop, akRight, akBottom]
  53.     TabOrder = 2
  54.     object tsGeneral: TTabSheet
  55.       Caption = 'General'
  56.       DesignSize = (
  57.         397
  58.         396)
  59.       object lbInfo: TLabel
  60.         Left = 12
  61.         Top = 16
  62.         Width = 373
  63.         Height = 48
  64.         AutoSize = False
  65.         Caption = 
  66.           'Make changes to the restore settings here, specify the period af' +
  67.           'ter whitch you want backups to be deleted automatically and how ' +
  68.           'many backups can be stored at a time.'
  69.         WordWrap = True
  70.       end
  71.       object gbBackups: TGroupBox
  72.         Left = 12
  73.         Top = 80
  74.         Width = 373
  75.         Height = 257
  76.         Anchors = [akLeft, akTop, akRight]
  77.         Caption = 'Backups'
  78.         TabOrder = 0
  79.         DesignSize = (
  80.           373
  81.           257)
  82.         object lbDeleteBackupsInfo: TLabel
  83.           Left = 16
  84.           Top = 24
  85.           Width = 344
  86.           Height = 65
  87.           Anchors = [akLeft, akTop, akRight]
  88.           AutoSize = False
  89.           Caption = 
  90.             'Select the period after whitch you want backups to be deleted au' +
  91.             'tomatically. This option will protect your hard drive from stori' +
  92.             'ng old unused backup files.'
  93.           WordWrap = True
  94.         end
  95.         object lbBackupStoredProperty1: TAxLabel
  96.           Left = 17
  97.           Top = 220
  98.           Width = 215
  99.           Height = 16
  100.           WordWrap = False
  101.           Transparent = True
  102.           Caption = 'Maximum number of stored backups:'
  103.           ShowAccelChar = True
  104.         end
  105.         object lbDeleteBackupProperty: TAxLabel
  106.           Left = 17
  107.           Top = 100
  108.           Width = 175
  109.           Height = 16
  110.           WordWrap = False
  111.           Transparent = True
  112.           Caption = 'Delete backups automatically:'
  113.           ShowAccelChar = True
  114.         end
  115.         object lbBackupsStoredInfo: TLabel
  116.           Left = 16
  117.           Top = 148
  118.           Width = 339
  119.           Height = 60
  120.           Anchors = [akLeft, akTop, akRight]
  121.           AutoSize = False
  122.           Caption = 
  123.             'Specify the number of backups, that can be stored on your hard d' +
  124.             'rive at a time. This option affects disk storage space used to s' +
  125.             'tore backups.'
  126.           WordWrap = True
  127.         end
  128.         object cbDeleteBackupsAfter: TComboBox
  129.           Left = 216
  130.           Top = 98
  131.           Width = 139
  132.           Height = 24
  133.           Style = csDropDownList
  134.           Anchors = [akLeft, akTop, akRight]
  135.           DropDownCount = 10
  136.           ItemHeight = 16
  137.           TabOrder = 0
  138.           OnChange = cbDeleteBackupsAfterChange
  139.           Items.Strings = (
  140.             'After one day'
  141.             'After 2 days'
  142.             'After 3 days'
  143.             'After one week'
  144.             'After 2 weeks'
  145.             'After 3 weeks'
  146.             'After one month'
  147.             'After 2 months'
  148.             'After 3 months'
  149.             'Never')
  150.         end
  151.         object spnMaxBackupStored: TEdit
  152.           Left = 260
  153.           Top = 216
  154.           Width = 79
  155.           Height = 24
  156.           TabOrder = 1
  157.           Text = '1'
  158.           OnKeyPress = spnMaxBackupStoredKeyPress
  159.         end
  160.         object updownMaxBackupStored: TUpDown
  161.           Left = 339
  162.           Top = 216
  163.           Width = 16
  164.           Height = 24
  165.           Associate = spnMaxBackupStored
  166.           Min = 1
  167.           Max = 999
  168.           Position = 1
  169.           TabOrder = 2
  170.         end
  171.       end
  172.     end
  173.   end
  174. end
  175.